(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG IEEESPAbs()
SYNOPSIS
LONG y

LOCATION
In MathIeeeSingBasBase at offset 9
FUNCTION
Calculate the absolute value of a given floating point number
INPUTS
y
ieeesp number
RESULT
absolute value of y

Flags: zero : result is zero negative : result is negative overflow : 0

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
ALGORITHM: set the sign-bit to zero

HISTORY
25.06.1997 bergers
*** empty log message ***